DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class
Properties Methods Events


In This Topic
    ClientView<T> Class Members
    In This Topic

    The following tables list the members exposed by ClientView<T>.

    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed.  
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public PropertyGets a value indicating whether the client view is loaded.  
    Public PropertyGets a value indicating whether the client view is being loaded.  
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the client scope to which this client view belongs.  
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodFilters the view on the server side using a predicate.  
    Public MethodFilters the view on the server using a key selector function and configurable value and operator.  
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodCancels the current loading operation.  
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodSpecifies related objects to include while loading the client view.  
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodLoads the entities of the client view.  
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Applies paging to this client view.  
    Public MethodOverloaded. Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded.  
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodLoads the entities of the client view ignoring the client-side cache.  
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public EventOccurs when the client view has finished loading succesfully, and also when an exception has been thrown during loading.  
    Top
    See Also